Version

TimeZoneChooserDialog Constructor(XamScheduleDataManager,TimeZoneInfoProvider,ScheduleDialogBase<TimeZoneToken>+ChooserResult)

Creates an instance of the TimeZoneChooserDialog which lets the user choose a TimeZone id.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataManager As XamScheduleDataManager, _
   ByVal tzProvider As TimeZoneInfoProvider, _
   ByVal chooserResult As ScheduleDialogBase(Of TimeZoneToken) _
)

Parameters

dataManager
The XamScheduleDataManager for which the dialog is being displayed.
tzProvider
The time zone info provcider
chooserResult
A reference to a ScheduleDialogBase.ChooserResult<TChoice> instance. The dialog will set the ScheduleDialogBase.ChooserResult<TChoice>.Choice property when the dialog closes to reflect the user's choice.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also